-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a note about JUCE and Qt to the documentation #564
Add a note about JUCE and Qt to the documentation #564
Conversation
Seems that Github recognizes that Closes tag, which I did not know before (shows a tooltip). |
Yeah looks good. Redoing zoom without cocoa in AU will be a pain. But otherwise it looks like a fine summary of our discussions. Wonder if dpf may also be an option? But I'm happy with your doc! |
@baconpaul, maybe so but we still would reduce the amount of specialized code. I don't know what dpf is but I know that Qt is the best application framework available for C++. And the subsection does not dictate to use Qt. It is just the current analysis of it. It is mentioned as a viable option. |
@baconpaul, good to here. Lets not create an architecture specification. Lets instead evolve one over time. Otherwise we end up with a document that is both useless and unreadable. |
Can we close this now? |
Yeah sure! Fine with me. |
Huh, Qt for GUIs is a really terrible idea. |
@falkTX, there is no roadmap ATM to use Qt. And there is no requirement to link Qt statically even if we end up using it. |
Actually Windows would be a problem without static linkage. However, static linking is not by itself is not any kind of problem.
Only thing that it would affect is that the Qt SDK (which is free) would be required to compile Surge. Not a big deal. |
…uce-and-qt Add a note about JUCE and Qt to the documentation Former-commit-id: 11b8aeeed3f9c037f20e0819315fb5d337d6ebfa [formerly 63d415f] Former-commit-id: d3c9a4614fdb5095ed34f7a32708a5049cade020 Former-commit-id: 53ae74e3e8ac2a266173cfc3a5d5ef312a392ef1
Summarizes the discussion in #486.
Closes: #486